- GHRFunc
alias GHRFunc = int function(void*, void*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GHashTable
alias GHashTable = _GHashTable
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GHashTableIter
alias GHashTableIter = _GHashTableIter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_direct_equal
alias da_g_direct_equal = gboolean function(gconstpointer v1, gconstpointer v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_direct_hash
alias da_g_direct_hash = guint function(gconstpointer v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_double_equal
alias da_g_double_equal = gboolean function(gconstpointer v1, gconstpointer v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_double_hash
alias da_g_double_hash = guint function(gconstpointer v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_add
alias da_g_hash_table_add = void function(GHashTable* hash_table, gpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_contains
alias da_g_hash_table_contains = gboolean function(GHashTable* hash_table, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_destroy
alias da_g_hash_table_destroy = void function(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_find
alias da_g_hash_table_find = gpointer function(GHashTable* hash_table, GHRFunc predicate, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_foreach
alias da_g_hash_table_foreach = void function(GHashTable* hash_table, GHFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_foreach_remove
alias da_g_hash_table_foreach_remove = guint function(GHashTable* hash_table, GHRFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_foreach_steal
alias da_g_hash_table_foreach_steal = guint function(GHashTable* hash_table, GHRFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_get_keys
alias da_g_hash_table_get_keys = GList* function(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_get_values
alias da_g_hash_table_get_values = GList* function(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_insert
alias da_g_hash_table_insert = void function(GHashTable* hash_table, gpointer key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_iter_get_hash_table
alias da_g_hash_table_iter_get_hash_table = GHashTable* function(GHashTableIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_iter_init
alias da_g_hash_table_iter_init = void function(GHashTableIter* iter, GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_iter_next
alias da_g_hash_table_iter_next = gboolean function(GHashTableIter* iter, gpointer* key, gpointer* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_iter_remove
alias da_g_hash_table_iter_remove = void function(GHashTableIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_iter_replace
alias da_g_hash_table_iter_replace = void function(GHashTableIter* iter, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_iter_steal
alias da_g_hash_table_iter_steal = void function(GHashTableIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_lookup
alias da_g_hash_table_lookup = gpointer function(GHashTable* hash_table, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_lookup_extended
alias da_g_hash_table_lookup_extended = gboolean function(GHashTable* hash_table, gconstpointer lookup_key, gpointer* orig_key, gpointer* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_new
alias da_g_hash_table_new = GHashTable* function(GHashFunc hash_func, GEqualFunc key_equal_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_new_full
alias da_g_hash_table_new_full = GHashTable* function(GHashFunc hash_func, GEqualFunc key_equal_func, GDestroyNotify key_destroy_func, GDestroyNotify value_destroy_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_ref
alias da_g_hash_table_ref = GHashTable* function(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_remove
alias da_g_hash_table_remove = gboolean function(GHashTable* hash_table, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_remove_all
alias da_g_hash_table_remove_all = void function(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_replace
alias da_g_hash_table_replace = void function(GHashTable* hash_table, gpointer key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_size
alias da_g_hash_table_size = guint function(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_steal
alias da_g_hash_table_steal = gboolean function(GHashTable* hash_table, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_steal_all
alias da_g_hash_table_steal_all = void function(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_hash_table_unref
alias da_g_hash_table_unref = void function(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_int64_equal
alias da_g_int64_equal = gboolean function(gconstpointer v1, gconstpointer v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_int64_hash
alias da_g_int64_hash = guint function(gconstpointer v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_int_equal
alias da_g_int_equal = gboolean function(gconstpointer v1, gconstpointer v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_int_hash
alias da_g_int_hash = guint function(gconstpointer v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_str_equal
alias da_g_str_equal = gboolean function(gconstpointer v1, gconstpointer v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_str_hash
alias da_g_str_hash = guint function(gconstpointer v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_direct_equal
gboolean g_direct_equal(gconstpointer v1, gconstpointer v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_direct_hash
guint g_direct_hash(gconstpointer v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_double_equal
gboolean g_double_equal(gconstpointer v1, gconstpointer v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_double_hash
guint g_double_hash(gconstpointer v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_add
void g_hash_table_add(GHashTable* hash_table, gpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_contains
gboolean g_hash_table_contains(GHashTable* hash_table, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_destroy
void g_hash_table_destroy(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_find
gpointer g_hash_table_find(GHashTable* hash_table, GHRFunc predicate, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_foreach
void g_hash_table_foreach(GHashTable* hash_table, GHFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_foreach_remove
guint g_hash_table_foreach_remove(GHashTable* hash_table, GHRFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_foreach_steal
guint g_hash_table_foreach_steal(GHashTable* hash_table, GHRFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_get_keys
GList* g_hash_table_get_keys(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_get_values
GList* g_hash_table_get_values(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_insert
void g_hash_table_insert(GHashTable* hash_table, gpointer key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_iter_get_hash_table
GHashTable* g_hash_table_iter_get_hash_table(GHashTableIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_iter_init
void g_hash_table_iter_init(GHashTableIter* iter, GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_iter_next
gboolean g_hash_table_iter_next(GHashTableIter* iter, gpointer* key, gpointer* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_iter_remove
void g_hash_table_iter_remove(GHashTableIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_iter_replace
void g_hash_table_iter_replace(GHashTableIter* iter, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_iter_steal
void g_hash_table_iter_steal(GHashTableIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_lookup
gpointer g_hash_table_lookup(GHashTable* hash_table, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_lookup_extended
gboolean g_hash_table_lookup_extended(GHashTable* hash_table, gconstpointer lookup_key, gpointer* orig_key, gpointer* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_new
GHashTable* g_hash_table_new(GHashFunc hash_func, GEqualFunc key_equal_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_new_full
GHashTable* g_hash_table_new_full(GHashFunc hash_func, GEqualFunc key_equal_func, GDestroyNotify key_destroy_func, GDestroyNotify value_destroy_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_ref
GHashTable* g_hash_table_ref(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_remove
gboolean g_hash_table_remove(GHashTable* hash_table, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_remove_all
void g_hash_table_remove_all(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_replace
void g_hash_table_replace(GHashTable* hash_table, gpointer key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_size
guint g_hash_table_size(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_steal
gboolean g_hash_table_steal(GHashTable* hash_table, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_steal_all
void g_hash_table_steal_all(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_unref
void g_hash_table_unref(GHashTable* hash_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_int64_equal
gboolean g_int64_equal(gconstpointer v1, gconstpointer v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_int64_hash
guint g_int64_hash(gconstpointer v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_int_equal
gboolean g_int_equal(gconstpointer v1, gconstpointer v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_int_hash
guint g_int_hash(gconstpointer v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_str_equal
gboolean g_str_equal(gconstpointer v1, gconstpointer v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_str_hash
guint g_str_hash(gconstpointer v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_direct_equal
da_g_direct_equal g_direct_equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_direct_hash
da_g_direct_hash g_direct_hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_double_equal
da_g_double_equal g_double_equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_double_hash
da_g_double_hash g_double_hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_add
da_g_hash_table_add g_hash_table_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_contains
da_g_hash_table_contains g_hash_table_contains;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_destroy
da_g_hash_table_destroy g_hash_table_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_find
da_g_hash_table_find g_hash_table_find;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_foreach
da_g_hash_table_foreach g_hash_table_foreach;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_foreach_remove
da_g_hash_table_foreach_remove g_hash_table_foreach_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_foreach_steal
da_g_hash_table_foreach_steal g_hash_table_foreach_steal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_get_keys
da_g_hash_table_get_keys g_hash_table_get_keys;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_get_values
da_g_hash_table_get_values g_hash_table_get_values;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_insert
da_g_hash_table_insert g_hash_table_insert;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_iter_get_hash_table
da_g_hash_table_iter_get_hash_table g_hash_table_iter_get_hash_table;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_iter_init
da_g_hash_table_iter_init g_hash_table_iter_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_iter_next
da_g_hash_table_iter_next g_hash_table_iter_next;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_iter_remove
da_g_hash_table_iter_remove g_hash_table_iter_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_iter_replace
da_g_hash_table_iter_replace g_hash_table_iter_replace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_iter_steal
da_g_hash_table_iter_steal g_hash_table_iter_steal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_lookup
da_g_hash_table_lookup g_hash_table_lookup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_lookup_extended
da_g_hash_table_lookup_extended g_hash_table_lookup_extended;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_new
da_g_hash_table_new g_hash_table_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_new_full
da_g_hash_table_new_full g_hash_table_new_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_ref
da_g_hash_table_ref g_hash_table_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_remove
da_g_hash_table_remove g_hash_table_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_remove_all
da_g_hash_table_remove_all g_hash_table_remove_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_replace
da_g_hash_table_replace g_hash_table_replace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_size
da_g_hash_table_size g_hash_table_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_steal
da_g_hash_table_steal g_hash_table_steal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_steal_all
da_g_hash_table_steal_all g_hash_table_steal_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hash_table_unref
da_g_hash_table_unref g_hash_table_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_int64_equal
da_g_int64_equal g_int64_equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_int64_hash
da_g_int64_hash g_int64_hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_int_equal
da_g_int_equal g_int_equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_int_hash
da_g_int_hash g_int_hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_str_equal
da_g_str_equal g_str_equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_str_hash
da_g_str_hash g_str_hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.